; Translate the following quoted strings into your language
; (keep the %s, %ld and \n characters)
;
(set old_os_exit "BED required minimum OS version: 37\nYour current version: %ld.%ld\n\nBlacks Editor cannot be installed")
(set target_prompt "Select location to put Blacks Editor %ld.%ld:\nA directory named %s will be created")
(set exist_dir_prompt "The directory selected is\n%s\nDo you wish to install Blacks Editor there ?")
(set same_version_prompt "The same version of Blacks Editor is present\nVersion: %ld.%ld\nDo you want to re-install it ?")
(set same_version_exit "Same version already present !")
(set new_version_prompt "A newer version of Blacks Editor is present\nOld version: %ld.%ld\nNew Version: %ld.%ld\nInstallation aborted !")
(set new_version_exit "Newer version already present !")
(set old_version_prompt "An older version of Blacks Editor is present\nOld version: %ld.%ld\nNew Version: %ld.%ld\nDo you want to replace it ?")
(set old_version_exit "Older version not replaced !")
(set os37_reqtools_msg "Blacks Editor requires \"reqtools.library\" v38+ to run under your systemd\n\n(ReqTools is Copyright (c) by Nico François and Magnus Holmgren)")
(set os38_reqtools_msg "Blacks Editor can use ReqTools requesters if \"reqtools.library\" is installed\n\n(ReqTools is Copyright (c) by Nico François and Magnus Holmgren)")
(set defs_prompt "Select the definitions files to install:\n(Really important: Startup.dfn and Standard.dfn)")
(set prefs_prompt "Select the preferences files to install:")
(set rexx_msg "Some useful ARexx macros will be copied in\n%s")
(set icon_msg "Some Icon templates will be copied in\n%s")
(set catalogs_prompt "Select the catalogs you want to install:\n(English: built-in)")
(set localkit_prompt "Do you want to install the Localization Kit ?\n(Used to create your own localization catalogs)")
(set startup_msg "The following lines will be added to your S:User-Startup\n")
(set replace_button "Replace")
(set abort_button "Abort")
(set install_there_button "Install BED there")
(set new_dir_button "Create a directory named %s")